Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency mongoose to v8.10.1 #414

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mongoose (source) 8.8.1 -> 8.10.1 age adoption passing confidence

Release Notes

Automattic/mongoose (mongoose)

v8.10.1

Compare Source

===================

  • perf(document): only call undoReset() 1x/document #​15257 #​15255
  • perf(schema): clear childSchemas when overwriting existing path to avoid performance degradations #​15256 #​15253
  • perf: some more micro optimizations for find() and findOne() #​14906 #​15250
  • fix(model): avoid adding timeout on Model.init() buffering to avoid unintentional dangling open handles #​15251 #​15241
  • fix: avoid connection buffering on init if autoCreate: false #​15247 #​15241
  • fix: infer discriminator key if set in $set with overwriteDiscriminatorKey #​15243 #​15218
  • types(middleware): make this in document middleware the hydrated doc type, not raw doc type #​15246 #​15242
  • types(schema): support options parameter to Schema.prototype.discriminator() #​15249 #​15244
  • types(schema): allow calling Schema.prototype.number() with no message arg #​15237 #​15236
  • docs(typescript): recommend using HydratedSingleSubdocument over Types.Subdocument #​15240 #​15211

v8.10.0

Compare Source

===================

  • feat(schema+schematype): add toJSONSchema() method to convert schemas and schematypes to JSON schema #​15184 #​11162
  • feat(connection): make connection helpers respect bufferTimeoutMS #​15229 #​15201
  • feat(document): support schematype-level transform option #​15163 #​15084
  • feat(model): add insertOne() function to insert a single doc #​15162 #​14843
  • feat(connection): support Connection.prototype.aggregate() for db-level aggregations #​15153
  • feat(model): make syncIndexes() not call createIndex() on indexes that already exist #​15175 #​12250
  • feat(model): useConnection(connection) function #​14802
  • fix(model): disallow updateMany(update) and fix TypeScript types re: updateMany() #​15199 #​15190
  • fix(collection): avoid buffering if creating a collection during a connection interruption #​15187 #​14971
  • fix(model): throw error if calling create() with multiple docs in a transaction unless ordered: true #​15100
  • fix(model): skip createCollection() in syncIndexes() if autoCreate: false #​15155
  • fix(model): make hydrate() handle hydrating deeply nested populated docs with hydratedPopulatedDocs #​15130
  • types(document): make sure toObject() and toJSON() apply versionKey __v #​15097
  • ci(NODE-6505): CI Setup for Encryption Support #​15139 aditi-khare-mongoDB

v8.9.7

Compare Source

==================

v8.9.6

Compare Source

==================

  • fix(document): allow setting values to undefined with set(obj) syntax with strict: false #​15207 #​15192
  • fix(schema): improve reason for UUID cast error, currently a TypeError #​15215 #​15202
  • fix(aggregate): improve error when calling near() with invalid coordinates #​15206 #​15188

v8.9.5

Compare Source

==================

v8.9.4

Compare Source

==================

  • fix(document): fix document not applying manual populate when using a function in schema.options.ref #​15138 IchirokuXVI
  • fix(model): make Model.validate() static correctly cast document arrays #​15169 #​15164
  • fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation #​15161 #​15156
  • fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator #​15142 #​15120
  • types: avoid BufferToBinary<> wiping lean types when passed to generic functions #​15160 #​15158
  • docs: fix <code> in header ids #​15159
  • docs: fix header in field-level-encryption.md #​15137 damieng

v8.9.3

Compare Source

==================

  • fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #​15135 #​15112 #​15109
  • fix(model): handle document array paths set to non-array values in Model.castObject() #​15124 #​15075
  • fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #​15131 #​15071
  • fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #​15126
  • perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #​15136 #​10449
  • types: make BufferToBinary avoid Document instances #​15123 #​15122
  • types(model+query): avoid stripping out virtuals when calling populate with paths generic #​15132 #​15111
  • types(schema): add missing removeIndex #​15134
  • types: add cleanIndexes() to IndexManager interface #​15127
  • docs: move search endpoint to netlify #​15119

v8.9.2

Compare Source

==================

  • fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #​15112 #​15109
  • fix(map): clean modified subpaths when overwriting values in map of subdocs #​15114 #​15108
  • fix(aggregate): pull session from transaction local storage for aggregation cursors #​15094 IchirokuXVI
  • types: correctly handle union types in BufferToBinary and related helpers #​15103 #​15102 #​15057
  • types: add UUID to RefType #​15115 #​15101
  • docs: remove link to Mongoose 5.x docs from dropdown #​15116
  • docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #​15113 #​15107

v8.9.1

Compare Source

==================

  • fix(connection): remove heartbeat check in load balanced mode #​15089 #​15042 #​14812
  • fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #​15099 #​15088 #​15092
  • fix(model): handle discriminators in castObject() #​15096 #​15075
  • fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #​15093 #​15056
  • fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #​15080 #​15048
  • fix(document+schema): improve error message for get() on invalid path #​15098 #​15071
  • docs: remove more callback doc references & some small other changes #​15095

v8.9.0

Compare Source

==================

v8.8.4

Compare Source

==================

  • fix: cast using overwritten embedded discriminator key when set #​15076 #​15051
  • fix: avoid throwing error if saveOptions undefined when invalidating subdoc cache #​15062

v8.8.3

Compare Source

==================

  • fix: disallow using $where in match
  • perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #​15055 #​15029
  • fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #​15046 #​15040

v8.8.2

Compare Source

==================

  • fix(model): handle array filters when casting bulkWrite #​15036 #​14978
  • fix(model): make diffIndexes() avoid trying to drop default timeseries collection index #​15035 #​14984
  • fix: save execution stack in query as string #​15039 durran
  • types(cursor): correct asyncIterator and asyncDispose for TypeScript with lib: 'esnext' #​15038
  • docs(migrating_to_8): add note about removing findByIdAndRemove #​15024 dragontaek-lee

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 77c72b8 to ddbd620 Compare November 15, 2023 17:15
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ddbd620 to 7609b02 Compare November 28, 2023 21:22
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 7609b02 to 7373e3c Compare December 7, 2023 15:34
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 6e8f421 to 79be623 Compare January 16, 2024 19:20
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 79be623 to 81af479 Compare January 24, 2024 23:00
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from c11fe26 to aa7718c Compare February 17, 2024 01:52
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from aa7718c to 1e1be5c Compare February 22, 2024 23:21
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 1e1be5c to 28c0ce5 Compare March 5, 2024 00:04
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from a962878 to 5e569f1 Compare March 22, 2024 01:07
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 13d4953 to 3650b91 Compare April 3, 2024 19:52
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 3650b91 to fd58d51 Compare April 8, 2024 23:34
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from fd58d51 to 90fa1fc Compare April 16, 2024 19:28
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 90fa1fc to 0bdb54b Compare April 29, 2024 20:41
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 0bdb54b to 2942d94 Compare May 6, 2024 21:22
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch 2 times, most recently from 68ad512 to 9f4277c Compare May 17, 2024 19:05
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8 fix(deps): update dependency mongoose to v8 - autoclosed May 25, 2024
@renovate renovate bot closed this May 25, 2024
@renovate renovate bot deleted the renovate/mongoose-8.x branch May 25, 2024 10:15
@renovate renovate bot restored the renovate/mongoose-8.x branch May 31, 2024 15:44
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8 - autoclosed fix(deps): update dependency mongoose to v8 May 31, 2024
@renovate renovate bot reopened this May 31, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8 fix(deps): update dependency mongoose to v8.4.1 May 31, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 9f4277c to 7f41cc8 Compare May 31, 2024 15:44
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 7f41cc8 to 79cbd0c Compare June 17, 2024 22:38
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.4.1 fix(deps): update dependency mongoose to v8.4.3 Jun 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.8.2 fix(deps): update dependency mongoose to v8.8.3 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 4fec1db to 5a72b65 Compare November 26, 2024 15:21
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 5a72b65 to f844e5d Compare December 6, 2024 01:44
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.8.3 fix(deps): update dependency mongoose to v8.8.4 Dec 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.8.4 fix(deps): update dependency mongoose to v8.8.4 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.8.4 - autoclosed fix(deps): update dependency mongoose to v8.8.4 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 590337d to f844e5d Compare December 9, 2024 03:55
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.8.4 fix(deps): update dependency mongoose to v8.9.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from f844e5d to ef77d37 Compare December 13, 2024 18:41
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.0 fix(deps): update dependency mongoose to v8.9.1 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from ef77d37 to fcb9cd0 Compare December 16, 2024 20:37
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.1 fix(deps): update dependency mongoose to v8.9.2 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from fcb9cd0 to 3e9095c Compare December 19, 2024 14:51
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 3e9095c to 4152e29 Compare December 30, 2024 21:13
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.2 fix(deps): update dependency mongoose to v8.9.3 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 4152e29 to 5ef2fde Compare January 9, 2025 22:10
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.3 fix(deps): update dependency mongoose to v8.9.4 Jan 9, 2025
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.4 fix(deps): update dependency mongoose to v8.9.5 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 5ef2fde to 196ae08 Compare January 14, 2025 01:06
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 196ae08 to 1ad923b Compare February 1, 2025 21:45
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.5 fix(deps): update dependency mongoose to v8.9.6 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 1ad923b to 4db1b9d Compare February 4, 2025 21:29
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.6 fix(deps): update dependency mongoose to v8.9.7 Feb 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.9.7 fix(deps): update dependency mongoose to v8.10.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 4db1b9d to 40228b2 Compare February 5, 2025 20:53
@renovate renovate bot changed the title fix(deps): update dependency mongoose to v8.10.0 fix(deps): update dependency mongoose to v8.10.1 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/mongoose-8.x branch from 40228b2 to 4c1b303 Compare February 14, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants